80300: All tests

Documentation

Owners

Name Affiliation Email Start End
Herm Fischer Mark V Systems fischer@markv.com 01-08-2020 at 12:00:00

Test Case Variations


V-01 instance with a single schemaRef.

Documentation

Tests that the function works with an instance containing a single reference.

Inputs

  • schema: taxonomy-a.xsd
  • instance: instance-a.xml (DTS Discovery starting point) (ID=V01)
  • Function Call: xfi:taxonomy-refs()

    (against file V01)

Outputs

  • Result test: count( $result ) eq 1 and $result eq "taxonomy-a.xsd"

V-02 instance with two schemaRefs.

Documentation

Tests that the function works with an instance containing multiple references, and that they are returned in document order.

Inputs

Outputs

  • Result test: count( $result ) eq 2 and $result[1] eq "taxonomy-a.xsd" and $result[2] eq "taxonomy-b.xsd"

Revisions

Name On Details
Herm Fischer 01-08-2020 at 12:00:00 Created the test case.